Intersoft ClientUI Documentation
IntersectsWith Method



The range to compare against this range.
Returns a value indicating whether two ranges intersect.
Syntax
Public Function IntersectsWith( _
   ByVal range As Range(Of T) _
) As Boolean
Dim instance As Range(Of T)
Dim range As Range(Of T)
Dim value As Boolean
 
value = instance.IntersectsWith(range)
public bool IntersectsWith( 
   Range<T> range
)
public:
bool IntersectsWith( 
   Range<T^> range
) 

Parameters

range
The range to compare against this range.

Return Value

A value indicating whether the ranges intersect.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Range<T> Structure
Range<T> Members

Send Feedback